| GUI Help > Create > createLabel | ||||||||||||||
|
createLabel |
||||||||||||||
| int handle=createLabel(int x, int y, int width, int height, str caption, handle parent) | ||||||||||||||
|
Description: Creates a new label gadget. Labels are simple pieces of text used to label parts of your program, or provide status information to the user. |
||||||||||||||
|
Return Value: Handle to the new label. |
||||||||||||||
| Parameters: | ||||||||||||||
|
||||||||||||||
| Remarks:
|
||||||||||||||
| See Also:
|
||||||||||||||
|
Example: (Note: You will need to include the GUI constants file for this example to work)
|